golang.org/x/net/http2.dataBuffer.w (field)

6 uses

	golang.org/x/net/http2 (current package)
		databuffer.go#L71: 	w        int   // next byte to write is chunks[len(chunks)-1][w]
		databuffer.go#L107: 		return b.chunks[0][b.r:b.w]
		databuffer.go#L129: 		n := copy(chunk[b.w:], p)
		databuffer.go#L131: 		b.w += n
		databuffer.go#L141: 		if b.w < len(last) {
		databuffer.go#L147: 	b.w = 0